home *** CD-ROM | disk | FTP | other *** search
- /*
- * FednetCmp - Fednet file compression/decompression
- * Directory scan
- * Copyright (C) 2001 Chris Bazley
- */
-
- #ifndef FNCScan_h
- #define FNCScan_h
-
- #include <stdbool.h>
- #include "toolbox.h"
-
- extern ObjectId Scan_create(char *newloadroot, char *newsaveroot, bool compress, int comp_type);
-
- #endif
-